From e96a8806215e52b2324b749ff686032a38c83792 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 17 Jun 2008 14:34:59 +0000 Subject: [PATCH] really move the GtkType typedef to an undeprecated section. 2008-06-17 Michael Natterer * gtk/gtktypeutils.h: really move the GtkType typedef to an undeprecated section. svn path=/trunk/; revision=20429 --- ChangeLog | 5 +++++ gtk/gtktypeutils.h | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1bf575124..a4a73f5d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-17 Michael Natterer + + * gtk/gtktypeutils.h: really move the GtkType typedef to an + undeprecated section. + 2008-06-17 Michael Natterer * gtk/gtktypeutils.h: deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h index 4333ceedef..1c8aa558d3 100644 --- a/gtk/gtktypeutils.h +++ b/gtk/gtktypeutils.h @@ -95,6 +95,8 @@ typedef GInstanceInitFunc GtkObjectInitFunc; #endif /* GTK_DISABLE_DEPRECATED */ +typedef GType GtkType; + G_END_DECLS /* Builtin Types @@ -136,10 +138,6 @@ typedef GSignalCMarshaller GtkSignalMarshaller; #if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) -/* glib type wrappers (compatibility) */ - -typedef GType GtkType; - /* Used by gtk_container_foreach_unmarshal () */ /* GtkArg, used to hold differently typed values */ -- 2.30.2